home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #2 / Amiga Plus CD - 2004 - No. 02.iso / AmiSoft / Disk / moni / FileX-src.lha / FileX-src / FileXARexx_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-28  |  825 b   |  35 lines

  1. /* Prototypes for functions defined in
  2. filexarexx.c
  3.  */
  4.  
  5. extern void (* ARexxResultHook)(struct RexxHost * , struct RexxMsg * );
  6.  
  7. void ReplyRexxCommand(struct RexxMsg * , long , long , char * );
  8.  
  9. void FreeRexxCommand(struct RexxMsg * );
  10.  
  11. struct RexxMsg * CreateRexxCommand(struct RexxHost * , char * , BPTR );
  12.  
  13. struct RexxMsg * CommandToRexx(struct RexxHost * , struct RexxMsg * );
  14.  
  15. struct RexxMsg * SendRexxCommand(struct RexxHost * , char * , BPTR );
  16.  
  17. void CloseDownARexxHost(struct RexxHost * );
  18.  
  19. struct RexxHost * SetupARexxHost(char * , struct MsgPort * );
  20.  
  21. struct rxs_command * FindRXCommand(char * );
  22.  
  23. char * StrDup(char * );
  24.  
  25. void ARexxDispatch(struct RexxHost * );
  26.  
  27. void DoShellCommand(struct RexxHost * , char * , BPTR );
  28.  
  29. void CloseCommandShell(void);
  30.  
  31. void DoCommandShellMsg(void);
  32.  
  33. BOOL OpenCommandShell(void);
  34.  
  35.